home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / cddae300.exe / _SETUP.1 / CDDAE.exe / 0 / RCDATA / TDEMOFORM / TDEMOFORM.txt < prev   
Encoding:
Text File  |  1998-11-02  |  2.7 KB  |  120 lines

  1. object DemoForm: TDemoForm
  2.   Left = 308
  3.   Top = 213
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome to the Easy CD-DA Extractor 3'
  7.   ClientHeight = 216
  8.   ClientWidth = 400
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image2: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 400
  23.     Height = 216
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Image1: TImage
  28.     Left = 5
  29.     Top = 8
  30.     Width = 59
  31.     Height = 62
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.     Transparent = True
  35.   end
  36.   object Image3: TImage
  37.     Left = 69
  38.     Top = 28
  39.     Width = 319
  40.     Height = 22
  41.     AutoSize = True
  42.     Picture.Data = {<image002.bmp>}
  43.     Transparent = True
  44.   end
  45.   object Label1: TLabel
  46.     Left = 8
  47.     Top = 80
  48.     Width = 385
  49.     Height = 41
  50.     AutoSize = False
  51.     Caption = 
  52.       'Easy CD-DA Extractor 3 is shareware and may be previewed 21 days' +
  53.       '. Continued use of  Easy CD-DA Extractor 3 after 21 days require' +
  54.       's that you register it. Easy CD-DA Extractor 3 will cease functi' +
  55.       'oning at the end of the 21 day trial period.'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     ShowAccelChar = False
  63.     Transparent = True
  64.     WordWrap = True
  65.   end
  66.   object Label3: TLabel
  67.     Left = 136
  68.     Top = 194
  69.     Width = 161
  70.     Height = 13
  71.     Cursor = crHandPoint
  72.     Hint = 'Shortcut to Easy CD-DA Extractor 3 homesite'
  73.     AutoSize = False
  74.     Caption = 'Easy CD-DA Extractor 3 homesite'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clNavy
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsUnderline]
  80.     ParentFont = False
  81.     Transparent = True
  82.   end
  83.   object Register: TButton
  84.     Left = 8
  85.     Top = 184
  86.     Width = 121
  87.     Height = 25
  88.     Hint = 'Register Easy CD-DA Extractor 3 online'
  89.     Caption = '&Register now!'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     TabOrder = 0
  97.     OnClick = RegisterClick
  98.   end
  99.   object TryIt: TButton
  100.     Left = 304
  101.     Top = 184
  102.     Width = 89
  103.     Height = 25
  104.     Hint = 'Try it...'
  105.     Caption = '&Let me try it...'
  106.     ModalResult = 1
  107.     TabOrder = 1
  108.   end
  109.   object EnterRegCode: TButton
  110.     Left = 8
  111.     Top = 152
  112.     Width = 121
  113.     Height = 25
  114.     Hint = 'Enter registration code'
  115.     Caption = '&Enter registration code'
  116.     TabOrder = 2
  117.     OnClick = EnterRegCodeClick
  118.   end
  119. end
  120.